home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(33, 1)
- set the memberNum of sprite 33 to the number of member "BACK ON"
- updateStage()
- end
-
- on mouseUp
- global rootpath
- set the memberNum of sprite 33 to the number of member "BACK OFF"
- updateStage()
- puppetSprite(33, 0)
- unsetQT(5)
- sound stop 1
- sound stop 2
- puppetSound(0)
- set the timeoutScript to EMPTY
- SetReturn()
- go("cafe", "TOC.Dir")
- end
-